-
Notifications
You must be signed in to change notification settings - Fork 56
Add details to runtimes deployement, request flow #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
👋` Review app deletedYou closed this PR and deleted the review app. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request adds comprehensive documentation for the Request Flow feature and updates runtime documentation with improved deployment details. The changes introduce a new Request Flow mechanism for chaining reverse proxies (Varnish, Redirection.io, custom middleware) and add structured version management for additional runtimes (Caddy, FrankenPHP, SWS, V).
Changes:
- Added new Request Flow documentation page explaining middleware chaining, port management, and configuration
- Created shared content blocks for Request Flow and updated Mise documentation
- Added runtime version data for Caddy, FrankenPHP, SWS, and V in
runtime_versions.yml - Updated seven runtime documentation pages (V, Static, Node.js, Linux, Go, FrankenPHP, Docker) with Request Flow references, improved deployment instructions, custom run command details, and version shortcodes
- Improved grammar, consistency, and clarity across multiple documentation files
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 12 comments.
Show a summary per file
| File | Description |
|---|---|
shared/request-flow.md |
New shared content block explaining Request Flow middleware chaining |
shared/mise.md |
Updated Mise package manager documentation with clearer wording |
data/runtime_versions.yml |
Added version data for caddy, frankenphp, sws, and v runtimes |
content/doc/develop/request-flow.md |
Comprehensive new documentation page for Request Flow feature |
content/doc/applications/v.md |
Added Request Flow support, dependency management, and version shortcodes |
content/doc/applications/static.md |
Updated for Request Flow, corrected environment variable names, added custom run command section |
content/doc/applications/nodejs.md |
Clarified package manager detection priority, memory management, and dependency installation behavior |
content/doc/applications/linux.md |
Added build/run command resolution priority with Mise and Makefile support |
content/doc/applications/golang.md |
Improved structure, fixed typos, added custom run command and troubleshooting sections |
content/doc/applications/frankenphp.md |
Clarified worker mode requirements, improved custom run command documentation |
content/doc/applications/docker.md |
Updated login instructions, network mode details, and added deployment hooks section |
📝 What does this PR do?
This PR adds Request Flow and details for some runtimes deployments, with more tools versions manage from
/datafiles.🧪 Type of Change
✅ Quick Checklist